home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / cop / ssptofast.readme < prev    next >
Text File  |  1999-06-14  |  871b  |  23 lines

  1. About SSPToFast:
  2.  
  3. This tiny program moves the supervisor stack to fast memory, increasing 
  4. performance on systems with no autoconfig mem. The standard configuration
  5. for these systems is to keep the supervisor stack in chip memory because
  6. at the time ExecBase is construction no fast memory is available.
  7.  
  8.  
  9. To use this program, just put it somewhere in your startup-sequence. It
  10. will allocate 4K of supervisor stack backwards from the fast memory and
  11. relocate the supervisor stack to this location. 
  12.  
  13. You should NOT use this memory if the SSP is already placed in the fast
  14. memory, or if no fast memory is available. You might check this, for example,
  15. with COP in this archive. (-;
  16. 4K of fast mem is wasted in the first case; in the second case, the program
  17. just fails with a return code of 25.
  18.  
  19.  
  20. So long,
  21.     Thomas
  22.  
  23. P.S.: My licence applies even to this tiny program, yes...